﻿ul {
    list-style: none;
    padding-left: 0;
}
/*CONTENIDO*/
#home-contenido {
    height: auto;
    border-radius: 10px;
    background-color: white !important;
    padding: 2rem;
}

#contenido {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/*INFORMES*/
#informes {
    margin-top: 2rem;
    margin-left: -05px;
}

#home-informes {
    border-radius: 10px;
    padding: 10px;
    background-color: white !important;
}

.color {
    background-color: #559C52;
    padding: 5px;
    border-radius: 10px;
    color: white;
    text-align: center;
    display: flex;
    align-items: center; /* Centra verticalmente */
    justify-content: center; /* Centra horizontalmente */
}

/*MENU (Oferta academica)*/
#home-menu {
    padding: 2rem;
    text-align: center;
}

#menu {
    border: 1px solid #9AC299;
    margin-bottom: 2rem;
}

.menu {
    color: #404040 !important;
}

.span {
    color: #559C52;
}

.titulo {
    background-color: #559C52;
    padding: 5px;
    color: white;
    text-align: center;
    display: flex;
    align-items: center; /* Centra verticalmente */
    justify-content: center; /* Centra horizontalmente */
}
/*MENU (conocer mas)*/
#home-enlaces {
    padding: 1rem;
    text-align: center;
    display: none;
}

#enlaces {
    margin-bottom: 3rem;
}

    #enlaces.activo {
        width: 100%;
        border: 1px solid #bb4b26;
    }

.cm {
    border: 2px solid #A84322;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5);
}


.enlaces a {
    text-decoration: none;
    padding: 13px;
}

    .enlaces a:hover {
        text-decoration: underline; /* aparece subrayado */
        text-decoration-color: #559C52;
        color: black !important;
        background-color: rgba(85, 156, 82, 0.2);
    }

.enlaces2 a {
    text-decoration: none;
    padding: 5px;
}

    .enlaces2 a:hover {
        text-decoration: underline; /* aparece subrayado */
        text-decoration-color: #bb4b26;
        color: black !important;
        background-color: rgba(187, 75, 38, 0.2);
    }



.span2 {
    color: #bb4b26;
}

.titulo2 {
    background-color: #bb4b26;
    padding: 5px;
    color: white;
    text-align: center;
    display: flex;
    align-items: center; /* Centra verticalmente */
    justify-content: center; /* Centra horizontalmente */
    display: inline-block;
    transition: all 0.7s ease;
    border: 1px solid #bb4b26;
}

    .titulo2.activo {
        width: 100%;
        background: #bb4b26; /* color opcional para resaltar */
    }

/*Descargas*/

.descarga {
    display: block; /* Que ocupe todo el ancho posible */
    color: inherit; /* Color texto por defecto */
    text-decoration: none; /* Sin subrayado */
    background-color: transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transition: all 0.3s ease;
    margin-top: 15px;
}

    /* Hover: cuando pasas el mouse */
    .descarga:hover {
        background-color: rgba(85, 156, 82, 0.2); /* Fondo verde */
        color: #559C52 !important; /* Texto verde claro (ajusta como quieras) */
        border-left-color: #559C52 !important; /* Franja verde oscura izquierda */
        border-right-color: #559C52 !important; /* Franja verde oscura derecha */
    }

        /* Para que el texto <p> tome el color del enlace */
        .descarga:hover p {
            color: #559C52 !important;
        }

        /* Para que el ícono también cambie */
        .descarga:hover i {
            color: #559C52 !important;
        }





a {
    text-decoration: none;
}

.accordion-button::after {
    display: none;
}

#tds {
    color: black;
    font-size: 15px;
    text-align: left;
    padding: 8px;
}


.table-group-divider {
    color: #559C52;
}

#contactos.collapsed {
    color: white !important;
}


#contactos:focus,
#contactos:hover {
    box-shadow: none !important;
    outline: none !important;
}


#th {
    text-align: center;
    padding: 8px;
    font-size: 20px;
    color: black;
}
